|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Functions | |
| void | main (void) |
| void | NMI_ISR (void) |
Variables | |
| uint32_t | clockValue |
| uint16_t | status |
| void main | ( | void | ) |
Definition at line 71 of file ucs_ex2_VLOSourcesACLK.c.
References __no_operation(), and clockValue.
| void NMI_ISR | ( | void | ) |
Definition at line 118 of file ucs_ex2_VLOSourcesACLK.c.
References status.
| uint32_t clockValue |
This program demonstrates using VLO to source ACLK ACLK = VLO = 9.4kHz (typical)
MSP430F5438A
-----------------
/|\| |
| | |
--|RST |
| |
| P11.0|-->ACLK
| |
This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:
This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.
Definition at line 62 of file ucs_ex2_VLOSourcesACLK.c.
Referenced by main().
| uint16_t status |
Definition at line 69 of file ucs_ex2_VLOSourcesACLK.c.
Referenced by NMI_ISR().